gdkcursor-win32.c: Include gdkwin32.h
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 28 May 2013 06:59:46 +0000 (14:59 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 30 May 2013 08:41:28 +0000 (16:41 +0800)
commit436a939c6b4780b90721d49f6b595f556bca9df6
treee4768412e71e509d46c16db3f1d8f13637a4f284
parent09f9dd61bb96f18999e97a5cc26ef7b1053d3959
gdkcursor-win32.c: Include gdkwin32.h

Include gdkwin32.h (which includes gdkprivate-win32.h and gdkwin32cursor.h
during the build of GDK-Win32) so that
gdk_win32_icon_to_pixbuf_libgtk_only() and
gdk_win32_pixbuf_to_hicon_libgtk_only() get exported, so that the GTK
DLL can link correctly.
gdk/win32/gdkcursor-win32.c